h1,
h2,
h3,
h4,
h5 {
	font-weight: initial;
}

h6 {
	font-weight: initial;
}

h1,
h2 {
	line-height: 1.5;
}

h3,
h4,
h5,
h6 {
	line-height: 1.2;
}

/** Reset Bootstrap style **/
.dropdown-menu {
	border-radius: 0;
}

.btn-call-for-price {
	padding: .75rem;
	font-weight: 700;
	font-size: 1.2rem;
	border-radius: 0;
	width: 100%;
	max-width: 200px;
	border: 1px solid #df1525;
}

.btn-slider:before {
	content: "\f061";
	font-family: Font Awesome\ 5 Pro;
	font-weight: 900;
	margin-right: 20px;
}

/** Header **/
.home-header {
	text-align: center;
	margin: 2rem 0;
	text-transform: uppercase;
}

.order-item-wrap .nav-link {
	padding: .5rem 0;
	position: relative;
}

.item-count {
	position: absolute;
	left: 15px;
	text-decoration: none;
	bottom: 5px;
	font-size: 0.750em;
	text-align: center;
	height: 1.1rem;
	min-width: 1.1rem;
	border-radius: 50%;
	padding: 2px;
	line-height: 1rem;
}

.account-toggle {
	cursor: pointer;
}

.account-toggle:after {
	display: none;
}

.search-form-wrap input,
.search-form-wrap .btn {
	border: none;
	line-height: 1;
	height: 100%;
	background-color: transparent;
}

.search-form-wrap input:focus,
.search-form-wrap .btn:focus {
	outline: none;
	box-shadow: none;
	background-color: transparent;
}

.search-form-wrap .input-group {
	font-weight: 300;
	border-bottom: 1px solid;
}

.btn-cart-action {
	min-width: 160px;
}

/** Home slider **/
.container-slider {
	padding: 0;
}

.slide-image {
	min-height: 450px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-text-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 80%;
	max-width: 450px;
	padding: 1rem;
}

.slide-header {
	text-transform: uppercase;
	margin-bottom: 1rem;
	line-height: 1;
}

.slide-caption {
    font-weight: 300;
}

.btn-slider {
	padding: .5rem;
}

.home-manufacturers-slider-prev {
	left:15px;
	top:70px;
}

.home-manufacturers-slider-next {
	right:15px;
	top:70px;
}

/* footer */
.footer-title {
	font-weight: 500;
}

.layout-zone-footer .nav-link {
	font-weight: lighter;
}

/* footer */
.container-footer {
	text-align: center;
}

.footer-header {
	font-weight: 500;
	margin-bottom: 1.2rem;
}

.layout-zone-footer .nav-link {
	font-weight: lighter;
}

.layout-zone-sub-footer {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.layout-zone-sub-footer * {
	margin: .5rem auto;
}

/** Swiper Slider **/
.swiper-button-prev,
.swiper-button-next {
	background-image: none;
	font-size: 4rem;
	line-height: 1;
	opacity: 0.5;
	top: 45%;
	width: auto;
	height: auto;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 1;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
	outline: none;
}

.swiper-pagination-bullet {
	width: .5rem;
	height: .5rem;
	opacity: 1;
}

.swiper-pagination {
	bottom: 5% !important;
	line-height: 1;
}

/* scroll down */
.scroll-down {
	height: 70px;
	width: 40px;
	border: 2px solid;
	border-radius: 25px;
	cursor: pointer;
	position: relative;
}

.scroll-down:focus {
	outline: none;
}

.scroll-down .fa-arrow-down {
	position: absolute;
	z-index: 100;
	top: 29%;
	left: 0;
	right: 0;
	-webkit-animation: ani-mouse 2s ease-in-out infinite;
	-moz-animation: ani-mouse 2s ease-in-out infinite;
	animation: ani-mouse 2s ease-in-out infinite;
}

/* keyframes */
@-webkit-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}

.swiper-pagination-bullet {
	width: 1rem;
	height: 1rem;
	opacity: 1;
}

.social-links .nav-item {
	margin: 5px;
}

.social-links .nav-link-social {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.social-links {
	margin-left: -5px;
}

@media (min-width: 576px) {
	.container-footer {
		text-align: left;
	}
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
	.slide-image {
		min-height: 650px;
	}

	.slide-text-wrapper {
		padding: 2rem 1.5rem;
		max-width: 700px;
	}

	.slide-text-wrapper.slide-position-right {
		left: auto;
		right: 50px;
		transform: translate(0, -50%);
	}

	.slide-text-wrapper.slide-position-left {
		left: 50px;
		transform: translate(0, -50%);
	}

	.home-slider .btn-slider {
		margin-top: .5rem;
	}

	.layout-zone-sub-footer{
		justify-content: space-between;
		flex-direction: row;
	}

	.layout-zone-sub-footer * {
		margin: 0;
	}
}

@media (min-width: 1200px){
	.slide-header {
		line-height: 1.2;
		letter-spacing: 5px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1200px;
	}
}

@media (max-width: 992px) {
	h2.slide-header{
		font-size: 2rem !important;
	}

	p.slide-caption {
		font-size: 1rem !important;
	}

	body h1,
	body .h1 {
		font-size: 1.625rem !important;
	}

	body h2,
	body .h2 {
		font-size: 1.5rem !important;
	}

	body h3,
	body .h3 {
		font-size: 1.375rem !important;
	}

	body h4,
	body .h4 {
		font-size: 1.25rem !important;
	}

	body h5,
	body .h5 {
		font-size: 1.125rem !important;
	}

	body h6,
	body .h6 {
		font-size: 1rem !important;
	}
}

/*CUSTOM CSS*/
#site-title {
	font-family: 'Birthstone Bounce', cursive;
    font-family: 'Calligraffitti', cursive;
	margin-top: .25rem;
	margin-bottom: .25rem;
}